Get Difference
Command Prototype
objSetRet = Set.Symmetric_Difference(ObjSet,ObjSet1)
Command Description
Merge different elements in the sets and return the merged results as a new set
Parameter Description
- Required Parameter
- ObjSet--The set object to operate on
- ObjSet1--The sets to compare for intersections
- return
- objSetRet--The variable used to save the output of the function call